[INFO] cloning repository https://github.com/sadbulanov/test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sadbulanov/test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsadbulanov%2Ftest", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsadbulanov%2Ftest'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ddf2f33fbbe75688a54c60fab2b805b2405f861
[INFO] testing sadbulanov/test against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsadbulanov%2Ftest" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/sadbulanov/test
[INFO] finished tweaking git repo https://github.com/sadbulanov/test
[INFO] tweaked toml for git repo https://github.com/sadbulanov/test written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sadbulanov/test on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sadbulanov/test already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba2964bd8cb71a91e24a9f4657d9ad20aec170078977039de132f8701f4508b2
[INFO] running `Command { std: "docker" "start" "-a" "ba2964bd8cb71a91e24a9f4657d9ad20aec170078977039de132f8701f4508b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba2964bd8cb71a91e24a9f4657d9ad20aec170078977039de132f8701f4508b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba2964bd8cb71a91e24a9f4657d9ad20aec170078977039de132f8701f4508b2", kill_on_drop: false }`
[INFO] [stdout] ba2964bd8cb71a91e24a9f4657d9ad20aec170078977039de132f8701f4508b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65f982e48df8d17b32631a296d004a146efcd891385b4fd193699eb8ff19174c
[INFO] running `Command { std: "docker" "start" "-a" "65f982e48df8d17b32631a296d004a146efcd891385b4fd193699eb8ff19174c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling cc v1.1.28
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling rustls-pki-types v1.10.1
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling prettyplease v0.2.22
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling prost-derive v0.13.3
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling protobuf-codegen v2.28.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling prost v0.13.3
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling prost-types v0.13.3
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling rustls v0.23.20
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling asn1-rs v0.6.2
[INFO] [stderr]    Compiling prost-build v0.13.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling protobuf-codegen-pure v2.28.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.6
[INFO] [stderr]    Compiling equator-macro v0.2.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling symbolic-demangle v12.12.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling ipnet v2.10.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling pprof v0.14.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling symbolic-common v12.12.0
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling pin-project v1.1.6
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling equator v0.2.2
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling prometheus-client v0.22.3
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling ztunnel v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling aligned-vec v0.6.1
[INFO] [stderr]    Compiling der-parser v9.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling hickory-proto v0.24.1
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling pingora-timeout v0.1.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling prometheus-client-derive-encode v0.4.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling hickory-resolver v0.24.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling seize v0.3.3
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling rustls-native-certs v0.7.3
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling textnonce v1.0.0
[INFO] [stderr]    Compiling flurry v0.5.1
[INFO] [stderr]    Compiling prometheus-parse v0.2.5
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling hickory-server v0.24.1
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling hyper-rustls v0.27.3
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling pingora-pool v0.1.1
[INFO] [stderr]    Compiling rcgen v0.13.1
[INFO] [stderr]    Compiling hickory-client v0.24.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling x509-parser v0.16.0
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling netns-rs v0.1.0
[INFO] [stderr]    Compiling tls-listener v0.10.1
[INFO] [stderr]    Compiling duration-str v0.7.1
[INFO] [stderr]    Compiling arcstr v1.2.0
[INFO] [stderr]    Compiling ppp v2.2.0
[INFO] [stderr]    Compiling keyed_priority_queue v0.4.2
[INFO] [stderr]    Compiling split-iter v0.1.0
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/state/workload.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 | use tracing::{error, trace};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/telemetry.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | use tracing::{error, field, info, warn, Event, Subscriber};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::error`
[INFO] [stdout]   --> src/tls/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use tracing::error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/xds.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 | use tracing::{debug, error, info, instrument, trace, warn};
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokioTimeout` is never constructed
[INFO] [stdout]    --> src/hyper_util.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | struct TokioTimeout<T> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/inpod/netns.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn workload_netns(&self) -> std::os::fd::BorrowedFd {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn workload_netns(&self) -> std::os::fd::BorrowedFd<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tls/certificate.rs:110:15
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn parsed(&self) -> X509Certificate {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn parsed(&self) -> X509Certificate<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.66s
[INFO] running `Command { std: "docker" "inspect" "65f982e48df8d17b32631a296d004a146efcd891385b4fd193699eb8ff19174c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65f982e48df8d17b32631a296d004a146efcd891385b4fd193699eb8ff19174c", kill_on_drop: false }`
[INFO] [stdout] 65f982e48df8d17b32631a296d004a146efcd891385b4fd193699eb8ff19174c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 55ab9de98e18b9da6487fe3e31fc148b537a401bf5e9aaf84f2cb16baa7d6b0e
[INFO] running `Command { std: "docker" "start" "-a" "55ab9de98e18b9da6487fe3e31fc148b537a401bf5e9aaf84f2cb16baa7d6b0e", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling x509-parser v0.16.0
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling ctor v0.2.8
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling rcgen v0.13.1
[INFO] [stderr]    Compiling prost-derive v0.13.3
[INFO] [stderr]    Compiling pprof v0.14.0
[INFO] [stderr]    Compiling prost v0.13.3
[INFO] [stderr]    Compiling prost-types v0.13.3
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling neli-proc-macros v0.1.3
[INFO] [stderr]    Compiling prost-build v0.13.3
[INFO] [stderr]    Compiling neli v0.6.4
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling ztunnel v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling local-ip-address v0.6.3
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/state/workload.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 | use tracing::{error, trace};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/telemetry.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | use tracing::{error, field, info, warn, Event, Subscriber};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::error`
[INFO] [stdout]   --> src/tls/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use tracing::error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokioTimeout` is never constructed
[INFO] [stdout]    --> src/hyper_util.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | struct TokioTimeout<T> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/inpod/netns.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn workload_netns(&self) -> std::os::fd::BorrowedFd {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn workload_netns(&self) -> std::os::fd::BorrowedFd<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tls/certificate.rs:110:15
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn parsed(&self) -> X509Certificate {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn parsed(&self) -> X509Certificate<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/test_helpers/linux.rs:271:29
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn workload_builder(&mut self, name: &str, node: &str) -> TestWorkloadBuilder {
[INFO] [stdout]     |                             ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn workload_builder(&mut self, name: &str, node: &str) -> TestWorkloadBuilder<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/test_helpers/linux.rs:282:28
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub fn service_builder(&mut self, name: &str) -> TestServiceBuilder {
[INFO] [stdout]     |                            ^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub fn service_builder(&mut self, name: &str) -> TestServiceBuilder<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stdout]   --> tests/namespaced.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     #[ctor::ctor]
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `boring-rustls-provider`, `default`, `jemalloc`, `testing`, `tls-boring`, and `tls-ring`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `ctor::ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `ctor::ctor` may come from an old version of the `ctor` crate, try updating your dependency with `cargo update -p ctor`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/state/workload.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 | use tracing::{error, trace};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> src/telemetry.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 | use tracing::{error, field, info, warn, Event, Subscriber};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::error`
[INFO] [stdout]   --> src/tls/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use tracing::error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustccd0xQS/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libztunnel-fc9eb723e4859220,librustls_native_certs-6b184327f32bdbac,libopenssl_probe-dfbd35d7fb1bbeff,libhttp_types-fb0067d5a2847787,libserde_qs-a55681b3c879f7ab,libserde_urlencoded-74198695d83ac658,libasync_channel-0f5988af23fea2fc,libevent_listener-67cd091983fb6763,libconcurrent_queue-cd57d879e94038ea,libbase64-b5296a10b8334a2c,libfutures_lite-3f90bba4099758d4,libfastrand-1a1f7fa7e5b5edde,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,librand-d71ea99d94bb0488,librand_chacha-0526b97b58f07db3,librand_core-68a393844664e809,libgetrandom-a1915ae945028340,libinfer-618700db1bc827b0,libtls_listener-35ad81a1f4e7397e,libduration_str-02441427b92b8d22,librust_decimal-b57026493e1b07fd,libarrayvec-1b252ee19ef31e11,libserde_yaml-4994acff7a4fb2c6,libunsafe_libyaml-7bc1bf218b2f5452,libasync_stream-43f761bf55230f65,libnetns_rs-32107a1d9aabda34,libnix-48154dfc4984517f,libmemoffset-3bdf436b211004cb,libtower-cee31b5bfeeab79c,libindexmap-f3371efb9595a278,libhashbrown-8ac6e23154e6c3d0,libhdrhistogram-ce5c8df5619ad85e,libhickory_client-ac86fd3a7264d538,libradix_trie-8897e1f6909f58ec,libnibble_vec-ed05dfa0b1742d5f,libendian_type-768b7dffcb57dd79,libprometheus_parse-9e748ea485970dde,libsplit_iter-844b5e8849f0fe60,librcgen-ad314e5a9c7f43bd,libpem-da29593596416efa,libyasna-8856216ed09c71fd,libtonic-b67cc3220995560b,libtower_layer-d70c7e404336389b,libpin_project-3cc2e17a087fc532,libhyper_rustls-95d7c9a75c1802db,libx509_parser-24ab7935bb743883,liboid_registry-2d5786c7e655c3a2,libder_parser-7754b7ad8c71b63a,libnum_bigint-07eac2f6ea57ff72,libnum_integer-3c19d8265c905cf9,libasn1_rs-49edbd37027849fd,librusticata_macros-654577ff7b2e1ce8,libnom-b3e0f856bc07dfc6,librustls_pemfile-56d720577abbf8b6,libtracing_appender-76ff7030d21bfa51,libcrossbeam_channel-a302d691fa370eda,libarcstr-bee6e2bb5eb7f16c,libppp-83cfa9f6fcec3f55,libpingora_pool-35528585e41d4ff2,liblru-2ab2f46dd7479016,libcrossbeam_queue-19669536f65db7b3,libpingora_timeout-c74b96c99f56a5c5,libflurry-345309301a284970,libahash-1403464205f4229e,libconst_random-0e73096013b397ee,libnum_cpus-a2210a1b5d3ed849,libseize-9e806997dfae3fa3,libtokio_rustls-117e2b5dd98897a0,librustls-a6ecf494f5b45fb8,libsubtle-ca7024fc66e4388f,libwebpki-c549172d3d10f7e8,libring-6eb6a378aa3861ef,libspin-b0f789aa2a8dd050,libuntrusted-3420b86308bec153,libzeroize-ead98f074a37f829,librustls_pki_types-613e103407ed47ec,libnix-72b62cb1fff1ca16,libmemoffset-9914130d72d30a15,libfutures-723bf0d05475173d,libfutures_executor-719ac8fc5146377d,libkeyed_priority_queue-2d3539e551361c54,libbackoff-1df5c35bbd72252b,libinstant-c542582c182b08bd,libprost_types-c9f069e5ff620bc9,libprost-0520d3a91f29af54,libtokio_stream-7d840ba8f2d1c18a,libhyper_util-6eadd36f7cb98b3c,libtower_service-0d7df29686b13872,libitertools-e4761ebe7863e7d3,libhickory_server-4f0295cc728a55ed,libtime-8a696e1b857b0263,libtime_core-4e44e5dcd53c485d,libnum_conv-2c976fbf8b8f2899,libderanged-ab64fe9a31eb7f24,libpowerfmt-a0c185df26c26a22,libhickory_resolver-13435b109f359726,libresolv_conf-53e7542292597bcf,libhostname-7da0308fee271a4d,libmatch_cfg-f93ef260abd93f75,libquick_error-d40abd8d97f0f2e3,liblru_cache-8f7f0b573abf5ea1,liblinked_hash_map-40ad1551522f3eec,libhickory_proto-9326714a14eef2f1,librand-1b27a63a3fcf1238,librand_chacha-c347c4566835e8f7,libppv_lite86-aed935e904e70e8e,libzerocopy-c1d95fbfd3d545d8,libbyteorder-1efcbe4f07366651,librand_core-3b93118623c78400,libgetrandom-59f1185c14b53edc,libdata_encoding-02a524d0cb7bb851,liburl-da239498f4e35771,libidna-119934871bfb2702,libform_urlencoded-9a3b196401a840c1,libpercent_encoding-9bee39bbc5bd523a,libipnet-79bd2bd919847aa8,libidna-1c0ebd5b3fbb39ad,libunicode_normalization-79f5f85aa82e8268,libunicode_bidi-2c8b2b04927c9e3a,libtinyvec-3b638600877344a8,libtinyvec_macros-1c14e8980bff1229,libprometheus_client-12969fe2db94751c,libdtoa-2e19846911494f1e,libanyhow-0e28d45478c77532,libpprof-0b1be6a602965436,libthiserror-c32653e033cd0157,libcriterion-96bbc3d591276b29,libciborium-2e4fcf9536f1c35b,libciborium_ll-657fa81390480b04,libhalf-44e4d1f965b37fc1,libciborium_io-914e2c3aa2939b2f,libclap-ff7b5ee6d900fd66,libclap_builder-64693ef899734636,libclap_lex-0e908d52bfe2a542,libanstyle-bda2f167f91805d0,liboorandom-13532cfba3ef8c0c,librayon-6495a37675f92990,librayon_core-1aa785736013a520,libcrossbeam_deque-10c74840ff7d03ad,libcrossbeam_epoch-8cbdb74f68c9cb42,libcrossbeam_utils-abdd7d24ebba491b,libanes-0ad708ffaa3dac37,libplotters-2231d76dcbd4ea6c,libplotters_svg-83b4398c9026fcf7,libplotters_backend-2ced08e4122b3e08,libtinytemplate-27062ad8e9da1cef,libcriterion_plot-d4ed4356755a7c1c,libitertools-a864bbf9c50cc0e0,libeither-38d43fea6173fdf6,libcast-ba532c28431dad26,libwalkdir-a3e1a79fd47b5b12,libsame_file-1ceb7b6153588b15,libis_terminal-6edeaa2f37991d6a,libprotobuf-e4d455bf1b9745af,libfindshlibs-4963a2358c18a580,libsymbolic_demangle-b7bac2361b36e57e,libcpp_demangle-80de8abb38bbaa51,libsymbolic_common-bb046c9403aa3bdc,libdebugid-8c38e3f8d4235490,libuuid-494ff94009fe53fd,libstable_deref_trait-a2d30f30be7c468b,libmemmap2-ec68cbaef2034f89,libtempfile-5904f3a6d8d3b680,libfastrand-5b34477e6b7d2549,librustix-fc1d6f9ea26f827e,libbitflags-eb92e23a18d5cc91,liblinux_raw_sys-dd10f1d1b50fcb6c,libaligned_vec-32cc896e37572430,libequator-d2ae3752a429cbaf,libbacktrace-c46a11f94ed34e4f,libminiz_oxide-eab0999aedb27f55,libadler2-b931b79841890bad,libobject-6a86e00afdc8ea1a,libaddr2line-a17fea3fa976bf1c,libgimli-672214083c0de216,librustc_demangle-f257d5a904da7bce,libnix-19cacf671fead2a4,libbitflags-e2b4db6c651223da,libchrono-bada685797f38dc1,libnum_traits-8e8549ce956481f3,libiana_time_zone-33839373f004bfb1,libtracing_subscriber-5013fbf39da3e3e0,libtracing_serde-373d65a05ccd2411,libserde_json-002175da7a2e50c9,libryu-f8ba606093049f91,libnu_ansi_term-bd2d02d44727f6d8,liboverload-23726fa51fddfe0c,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-3a544c6f6f8a77b1,libregex_automata-3b49d758168cda65,libregex_syntax-e3521940133a580f,libregex-0374d091ba53575c,libregex_automata-68f9293c160014fb,libaho_corasick-6e9abec44e58222d,libregex_syntax-ee625191289218b8,libthread_local-cd326cf401cf3d90,libtracing_log-7c4f54c3a9c360e7,libhyper-e9aef463e86ee902,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-f1525a74bfb4c043,libh2-51f0d470ab68494b,libindexmap-49b6f4d6c73a112f,libhashbrown-52ba0e2ab02957f4,libfoldhash-6d45a3996f846e3d,libequivalent-fdc46004df91ad08,liballocator_api2-d942e830951b9933,libatomic_waker-001109810bdecbaa,libtokio_util-f63bf443fa275146,libtokio-fce2db90ebd763bf,libsignal_hook_registry-014f2ed68464ba61,libsocket2-3e1a1af84365a080,libmio-8e5eeca5eecf580a,libparking_lot-413c8012579f8975,libparking_lot_core-11e185119c7d89d8,liblibc-675eced1a45ddec5,libcfg_if-33ef6c02a07f9fec,libsmallvec-e2fbd282c83e646d,liblock_api-87fe6f2f71d5b0ae,libscopeguard-d52bd00767847e44,libhttpdate-9f9d2502c6a38412,libhttp_body_util-5ea97910c13cf52b,libfutures_util-887a535e6783d314,libmemchr-3ffe5f7a52883367,libfutures_io-972ebb79349338ae,libslab-2beeedcc9f7dbddb,libfutures_channel-c679acf38b3b9ea3,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,libhttp_body-c09b5020c23b2938,libhttp-8a214b7ea7ac66f0,libitoa-4c6598116a867907,libfnv-2d77ec4f6f971b24,libbytes-4f8288b2763631a0,libserde-7b04381e6aeab1fb,libbase64-2a03de3babadded3,libtracing-3f559060c6404ad9,liblog-669e9396cafcbb01,libpin_project_lite-e0c50e8704e39276,libtracing_core-5c1dac0f16d65111,libonce_cell-debe7c411cf97340}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustccd0xQS/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-47441ca9417d038c/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ztunnel-7f8722fca5c0458d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ztunnel` (bin "ztunnel") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ztunnel` (lib test); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name ztunnel --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_interior_mutable_const' '--allow=clippy::assigning_clones' --test --cfg 'feature="default"' --cfg 'feature="testing"' --cfg 'feature="tls-ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("boring-rustls-provider", "default", "jemalloc", "testing", "tls-boring", "tls-ring"))' -C metadata=a980ea6276861d73 -C extra-filename=-ade33f6abeffbbe6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-0e28d45478c77532.rlib --extern arcstr=/opt/rustwide/target/debug/deps/libarcstr-bee6e2bb5eb7f16c.rlib --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-43f761bf55230f65.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-d0141150ee46dc49.so --extern backoff=/opt/rustwide/target/debug/deps/libbackoff-1df5c35bbd72252b.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-1efcbe4f07366651.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-4f8288b2763631a0.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-bada685797f38dc1.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-96bbc3d591276b29.rlib --extern ctor=/opt/rustwide/target/debug/deps/libctor-5d31d68604b04dbd.so --extern derivative=/opt/rustwide/target/debug/deps/libderivative-38cddc6ce19246fe.so --extern diff=/opt/rustwide/target/debug/deps/libdiff-3cd541a7987babfb.rlib --extern duration_str=/opt/rustwide/target/debug/deps/libduration_str-02441427b92b8d22.rlib --extern flurry=/opt/rustwide/target/debug/deps/libflurry-345309301a284970.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-723bf0d05475173d.rlib --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-fc6bb1738f00fc87.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-887a535e6783d314.rlib --extern h2=/opt/rustwide/target/debug/deps/libh2-51f0d470ab68494b.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-52ba0e2ab02957f4.rlib --extern hickory_client=/opt/rustwide/target/debug/deps/libhickory_client-ac86fd3a7264d538.rlib --extern hickory_proto=/opt/rustwide/target/debug/deps/libhickory_proto-9326714a14eef2f1.rlib --extern hickory_resolver=/opt/rustwide/target/debug/deps/libhickory_resolver-13435b109f359726.rlib --extern hickory_server=/opt/rustwide/target/debug/deps/libhickory_server-4f0295cc728a55ed.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-8a214b7ea7ac66f0.rlib --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-c09b5020c23b2938.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-5ea97910c13cf52b.rlib --extern http_types=/opt/rustwide/target/debug/deps/libhttp_types-fb0067d5a2847787.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-e9aef463e86ee902.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-95d7c9a75c1802db.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-6eadd36f7cb98b3c.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-79bd2bd919847aa8.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-e4761ebe7863e7d3.rlib --extern keyed_priority_queue=/opt/rustwide/target/debug/deps/libkeyed_priority_queue-2d3539e551361c54.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-675eced1a45ddec5.rlib --extern local_ip_address=/opt/rustwide/target/debug/deps/liblocal_ip_address-f14e72f09421958b.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-669e9396cafcbb01.rlib --extern matches=/opt/rustwide/target/debug/deps/libmatches-78daa3f1b5ec35b5.rlib --extern netns_rs=/opt/rustwide/target/debug/deps/libnetns_rs-32107a1d9aabda34.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-72b62cb1fff1ca16.rlib --extern oid_registry=/opt/rustwide/target/debug/deps/liboid_registry-2d5786c7e655c3a2.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-debe7c411cf97340.rlib --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-e0c50e8704e39276.rlib --extern pingora_pool=/opt/rustwide/target/debug/deps/libpingora_pool-35528585e41d4ff2.rlib --extern ppp=/opt/rustwide/target/debug/deps/libppp-83cfa9f6fcec3f55.rlib --extern pprof=/opt/rustwide/target/debug/deps/libpprof-0b1be6a602965436.rlib --extern prometheus_client=/opt/rustwide/target/debug/deps/libprometheus_client-12969fe2db94751c.rlib --extern prometheus_parse=/opt/rustwide/target/debug/deps/libprometheus_parse-9e748ea485970dde.rlib --extern prost=/opt/rustwide/target/debug/deps/libprost-0520d3a91f29af54.rlib --extern prost_types=/opt/rustwide/target/debug/deps/libprost_types-c9f069e5ff620bc9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-1b27a63a3fcf1238.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-ad314e5a9c7f43bd.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-6eb6a378aa3861ef.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-a6ecf494f5b45fb8.rlib --extern rustls_native_certs=/opt/rustwide/target/debug/deps/librustls_native_certs-6b184327f32bdbac.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-56d720577abbf8b6.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-7b04381e6aeab1fb.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-002175da7a2e50c9.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-4994acff7a4fb2c6.rlib --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-3e1a1af84365a080.rlib --extern split_iter=/opt/rustwide/target/debug/deps/libsplit_iter-844b5e8849f0fe60.rlib --extern test_case=/opt/rustwide/target/debug/deps/libtest_case-5fcba11c4125b3f9.rlib --extern textnonce=/opt/rustwide/target/debug/deps/libtextnonce-528817730ca7b947.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c32653e033cd0157.rlib --extern tls_listener=/opt/rustwide/target/debug/deps/libtls_listener-35ad81a1f4e7397e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-fce2db90ebd763bf.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-117e2b5dd98897a0.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-7d840ba8f2d1c18a.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-f63bf443fa275146.rlib --extern tonic=/opt/rustwide/target/debug/deps/libtonic-b67cc3220995560b.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-cee31b5bfeeab79c.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-3f559060c6404ad9.rlib --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-76ff7030d21bfa51.rlib --extern tracing_core=/opt/rustwide/target/debug/deps/libtracing_core-5c1dac0f16d65111.rlib --extern tracing_log=/opt/rustwide/target/debug/deps/libtracing_log-7c4f54c3a9c360e7.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-5013fbf39da3e3e0.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-da239498f4e35771.rlib --extern x509_parser=/opt/rustwide/target/debug/deps/libx509_parser-24ab7935bb743883.rlib --extern ztunnel=/opt/rustwide/target/debug/deps/libztunnel-fc9eb723e4859220.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-47441ca9417d038c/out --check-cfg 'cfg(fuzzing)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "55ab9de98e18b9da6487fe3e31fc148b537a401bf5e9aaf84f2cb16baa7d6b0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55ab9de98e18b9da6487fe3e31fc148b537a401bf5e9aaf84f2cb16baa7d6b0e", kill_on_drop: false }`
[INFO] [stdout] 55ab9de98e18b9da6487fe3e31fc148b537a401bf5e9aaf84f2cb16baa7d6b0e
